QuickTime maintains a tween record structure that is provided to your tween component's TweenDoTween method. The TweenRecord structure is defined as follows.
typedef struct TweenRecord TweenRecord;
struct TweenRecord {
long version;
QTAtomContainer container;
QTAtom tweenAtom;
QTAtom dataAtom;
Fixed percent;
TweenerDataUPP dataProc;
void * private1;
void * private2;
};
| Previous | Chapter Contents | Chapter Top | Next |